vcRevolveFeature
The Revolve operation feature revolves all polylines in its sub features around the Z axis. If a polyline is not a loop all the face normals are made to point outwards. If polyline is a loop, the loop should normally point to the clockwise direction of the revolve angle.
See in: Overview
Module: vcFeatures
Parent: vcFeature
Children -
Referenced by: -
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| Caps | Boolean | RW | Gets or sets the rendering of caps for revolved geometry. |
| Material | vcMaterial | RW | Gets or sets the material of revolved geometry. |
| Reverse | Boolean | RW | Gets or sets the inverting of revolved geometry. |
| RevolveAngle | vcRealExpressionProperty | R | Gets or sets the angle for revolving geometry. |
| RevolveAxis | vcVectorExpressionProperty | R | Gets or sets the vector/direction for revolving geometry, for example (0,0,1) would revolve geometry around Z-axis. |
| RevolveOffset | vcRealExpressionProperty | R | Gets or sets the offset for revolved geometry. |
| Sections | vcIntExpressionProperty | R | Gets or sets the number of sections/sides for revolved geometry. |